func go/types.isGeneric

6 uses

	go/types (current package)
		decl.go#L236: 			if check.inTParamList && isGeneric(obj.typ) {
		expr.go#L1228: 		if isGeneric(t) {
		operand.go#L166: 			if isGeneric(x.typ) {
		predicates.go#L99: func isGeneric(t Type) bool {
		typexpr.go#L184: 	if isGeneric(typ) {
		typexpr.go#L198: 	if typ != Typ[Invalid] && !isGeneric(typ) {